- Added the rest of the XHTML entities to the google reader in a slightly
authorparkrrrr <parkrrrr>
Fri, 11 May 2007 15:54:47 +0000 (15:54 +0000)
committerparkrrrr <parkrrrr>
Fri, 11 May 2007 15:54:47 +0000 (15:54 +0000)
commit340e1dc132865deb6385fdca50a5c3294db5a6f0
treedb5c9f474181b771c3699de80db224e0c4cd2b73
parent33c6eb482fe170dbbd3c6664d9971594a81fe7f2
- Added the rest of the XHTML entities to the google reader in a slightly
  more reasonable form.  Letting expat do the heavy lifting for entity
  substitutions.
- Replaced ugly O(n^2) string replacement with one that's closer to O(n).
  The fact that TheDailyWTF just featured code like the code that was here
  originally is just a coincidence, really.
google.c
xhtmlent.c [new file with mode: 0644]
xmlgeneric.c
xmlgeneric.h